Platform Explorer / Nuxeo Platform 2023.10

Extension point handlers

Contribution Descriptors

  • Class: org.nuxeo.ecm.automation.server.jaxrs.batch.handler.BatchHandlerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-automation-server-2023.10.13.jar /OSGI-INF/batchmanager-contrib.xml
    <extension point="handlers" target="org.nuxeo.ecm.automation.server.BatchManager">
        <batchHandler>
          <name>default</name>
          <class>org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl.DefaultBatchHandler</class>
          <property name="transientStore">BatchManagerCache</property>
        </batchHandler>
      </extension>